home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMIMPORTEXPORT / TFRMIMPORTEXPORT.txt
Text File  |  2008-08-19  |  3KB  |  146 lines

  1. object FrmImportExport: TFrmImportExport
  2.   Left = 338
  3.   Top = 280
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import and Export Settings'
  6.   ClientHeight = 208
  7.   ClientWidth = 457
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape1: TShape
  21.     Left = 0
  22.     Top = 0
  23.     Width = 457
  24.     Height = 46
  25.     Align = alTop
  26.     Pen.Color = clWhite
  27.   end
  28.   object Label1: TLabel
  29.     Left = 11
  30.     Top = 8
  31.     Width = 435
  32.     Height = 26
  33.     AutoSize = False
  34.     Caption = 
  35.       'You can use this tool to export the current set of settings or i' +
  36.       'mport a saved set and apply to the current environment'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     Transparent = True
  44.     WordWrap = True
  45.   end
  46.   object Label2: TLabel
  47.     Left = 42
  48.     Top = 77
  49.     Width = 401
  50.     Height = 33
  51.     AutoSize = False
  52.     Caption = 
  53.       'Settings will be saved out to a file so they can later be import' +
  54.       'ed at any time on any machine.'
  55.     WordWrap = True
  56.   end
  57.   object Label3: TLabel
  58.     Left = 43
  59.     Top = 141
  60.     Width = 337
  61.     Height = 20
  62.     AutoSize = False
  63.     Caption = 
  64.       'Import settings from a file to apply them to the current environ' +
  65.       'ment.'
  66.     WordWrap = True
  67.   end
  68.   object RadioExport: TRadioButton
  69.     Left = 24
  70.     Top = 56
  71.     Width = 233
  72.     Height = 17
  73.     Caption = 'Export current environment settings'
  74.     Checked = True
  75.     Font.Charset = ANSI_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'Tahoma'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.     TabOrder = 0
  82.     TabStop = True
  83.     OnDblClick = RadioExportDblClick
  84.   end
  85.   object RadioImport: TRadioButton
  86.     Left = 24
  87.     Top = 120
  88.     Width = 289
  89.     Height = 17
  90.     Caption = 'Import saved environment settings from a file'
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'Tahoma'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 1
  98.     OnDblClick = RadioExportDblClick
  99.   end
  100.   object Button1: TButton
  101.     Left = 299
  102.     Top = 172
  103.     Width = 70
  104.     Height = 23
  105.     Caption = '&OK'
  106.     Default = True
  107.     ModalResult = 1
  108.     TabOrder = 2
  109.     OnClick = Button1Click
  110.   end
  111.   object Button2: TButton
  112.     Left = 375
  113.     Top = 172
  114.     Width = 70
  115.     Height = 23
  116.     Cancel = True
  117.     Caption = '&Cancel'
  118.     ModalResult = 2
  119.     TabOrder = 3
  120.   end
  121.   object DlgOpen: TCSOpenDialog
  122.     DefaultExt = 'settings'
  123.     Filter = 'Twistpad Settings File|*.settings|All Files|*.*'
  124.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  125.     Title = 'Import Settings'
  126.     AutoExtention = True
  127.     RegKey = '\Software\Carthago\Twistpad'
  128.     RegRootKey = hkCurrentUser
  129.     RegSection = 'FolderHistory'
  130.     Left = 19
  131.     Top = 169
  132.   end
  133.   object DlgSave: TCSSaveDialog
  134.     DefaultExt = 'settings'
  135.     Filter = 'Twistpad Settings File|*.settings|All Files|*.*'
  136.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  137.     Title = 'Export Settings'
  138.     AutoExtention = True
  139.     RegKey = '\Software\Carthago\Twistpad'
  140.     RegRootKey = hkCurrentUser
  141.     RegSection = 'FolderHistory'
  142.     Left = 47
  143.     Top = 169
  144.   end
  145. end
  146.